home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / bug.arj / BUG next >
Text File  |  1988-06-11  |  258b  |  14 lines

  1. .c.obj:
  2.         cl -Zp -Os -Gsw -Asnw -W3 -DLINT_ARGS $*.c -c >$*.err
  3.  
  4. .rc.res:
  5.     rc -r $*.rc
  6.  
  7. bug.res: bug.rc bug.h
  8.  
  9. bug.obj: bug.c bug.h
  10.  
  11. bug.exe: bug.obj bug.res bug.def
  12.     link4 bug, bug/align:16, bug/map, slibw , bug.def
  13.     rc bug.res
  14.